home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 556 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: winternet.com!not-for-mail
  2. From: jdege@winternet.com (Jeff Dege)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Difficulty hiring people with C++ experience.
  5. Date: 5 Jan 1996 04:59:18 GMT
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <4cib76$kg3@blackice.winternet.com>
  8. References: <gmandelDJAoyx.Kpr@netcom.com> <4bto2d$gnq@usenet1.interramp.com> <gmandelDKL1AF.K22@netcom.com> <4chmv0$u9e@hopi.gate.net> <gmandelDKoq4H.527@netcom.com>
  9. NNTP-Posting-Host: parka.winternet.com
  10. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  11.  
  12. On Fri, 5 Jan 1996 01:43:28 GMT, Glenn Mandelkern (gmandel@netcom.com) wrote:
  13. : In article <4chmv0$u9e@hopi.gate.net>,
  14. : Michael Feathers <feathers@gate.net> wrote:
  15. : >Here is a good hint for anyone looking for a programming job:
  16. : >    Bring some of your source code with you!!
  17. : I have heard this suggestion before, but I have a number of questions
  18. : concerning submitting source code during an interview:
  19. :     --Most of my best source code has been written under employment.
  20. :       That code belongs to the employer.  How comfortable would my
  21. :       next employer feel to see me freely taking around code from
  22. :       place to place, not mention copyright problems?
  23.  
  24.     Many employers could care less.  That tells you a lot about the
  25. organization.
  26.  
  27. :     --How does the employer know that it is in fact really my code?
  28.  
  29.     He doesn't.
  30.  
  31. :     --Should I set aside time to develop my own projects, so that
  32. :       I then have a bank of source code to submit as mine?
  33.  
  34.     If you're any kind of a programmer, you have projects of your own,
  35. anyway.  In any case, you're either just out of school, or just about to
  36. go back to school, and most school projects are perfectly sized for
  37. this sort of thing.
  38.  
  39. :     --What makes a piece of source code look so spectacular as to
  40. :       prevent an employer or colleague from saying, "So what?"
  41.  
  42.     The one time I was asked for a code sample, I grabbed a small,
  43. self-contained module (one header file, two source files, totalling
  44. maybe 300 SLOC, plus a 50-line test driver).  I'd been keeping it
  45. in my CVS repository, so it had two years of revision history in
  46. the comments.  I ran it through indent to ensure a consistent format,
  47. compiled and ran the test driver, to make sure that indent hadn't
  48. broken something, then ran the source through vgrind to make a
  49. very pretty listing.  Then I handed it off to a ``consultant'' who
  50. proudly told me that he was a ``technically-incompetent'' computer
  51. consultant, who had never read, let alone coded, a line of C in
  52. his life.  ``But I know what's what,'' he said.
  53.  
  54. -- 
  55.     "[I]n fact, I didn't know that cats _could_ grin."
  56.     "They all can," said the Duchess; "and most of 'em do."
  57.     "I don't know of any that do," Alice said very politely, feeling quite
  58. pleased to have gotten into a conversation.
  59.     "You don't know much," said the Duchess; "and that's a fact."
  60.  
  61.